Still try to find a compact driver to build your robot? Here you get 15A Dual H Motor and Servo Driver for Arudino Nano.
This driver board makes your Arduino Nano a powerful robot controller.
Channel | Arduino Pins |
A |
D5 |
D6 |
|
B |
D3 |
D11 |
The 8 chips in the red box shown above are the heat source while the driver is working. We recommend you add external heat sink. Heating is the main factor restricting the max working current. Without external heat sink, the 16A working current would gets the chip at 70 centigrade.It would cause no problem in most cases. However, if you add external heat sink, the working current could gets as high as 20A.
There is no need to explain much about the servo control here for Arduino users. You could find plenty instruction document online. And here we introduce some pages from Arduino
Just remember that the pins D3, D5, D6, D11 are occupied by DC motor driver in case that you need to control DC motor and Servo at the same time.
Here is a DC control example
Connect 2 DC motors to Driver Board. Insert Arduino Nano to the Driver Board and connect it PC.
Download the Arduino Library and install it in Arduino IDE
Upload the example car_driver_shield_sample0 to Arduino Nano
Open Serial Monitor to send command.
The baud rate is 115200
You could send the following command letter (case insensitive):
Since those commands are sent via Serial interface, it would be very easy to control the motor wirelessly with this bluetooth module: EHB Serial Bluetooth Module V1
Driver board x1